home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
post.lha
/
post.doc
next >
Wrap
Text File
|
1995-06-09
|
2KB
|
72 lines
This is a simple ARexx script to use with QED that allows auto-posting
while off-line. The script covers tagging a message as private and allows
file attaching. You can run this from an unregistered QED by going to the
"Tools - ARexx Macros - Play" menu. For those with a registered version of
QED, you can place it in your StartUp.qed file and tie it to a "F" key.
For example:
'FKEY 8 Post\\MACRO post'
The defaults for the program are hard coded in so here are the items you
can change (lines taken directly from the ARexx script). These are all QED
ARexx calls to present a requester. So these choices are to change what
you want to appear in the requester as a default when it comes up. If you
want the requester to be blank you have to delete everything from the two
slashes (\\) up to but not including the ending single quote ('). For
example, if you want the first requester to be blank when appearing the
line should read:
'QString Who is the message from?'
Here are the lines that you can edit the defaults for:
'QString Who is the message from?\\Steve Robbins'
^^^^^^^^^^^^^ Change this to set the
default "From:" field.
'QString Who is the message to?\\All'
^^^ Change this to change the default
"To:" field.
'QString What message area do you want to post in?\\1'
^ Change this to
change the default message base to post in.
'QString What is the subject?\\Rules'
^^^^^ Change this to change the default
subject.
'QFile Enter the file name:\\Tmp:'
^^^ Change this to change the default path
to find the attached file.
'QString What is the Zone number?\\6'
^ Change this to set the zone number of
who you are sending NetMail to.
'QString What is the Net number?\\733'
^^^ Change this to set the net number of
who you are sending NetMail to.
'QString What is the Node number?\\1'
^ Change this to set the node number of
who you are sending NetMail to.
'QString What is the Point number?\\0'
^ Change this to set the point number of
who you are sending NetMail to.
If you have any questions or this doesn't make sense, feel free to give me
a call.
Steve Robbins - The Guru Meditation BBS